runtime.muintptr.set (method)

19 uses

	runtime (current package)
		coro.go#L153: 		gp.lockedm.set(nil)
		coro.go#L246: 		gnext.lockedm.set(mp)
		debugcall.go#L149: 		newg.lockedm.set(mp)
		debugcall.go#L196: 	gp.lockedm.set(mp)
		mgc.go#L1400: 	node.m.set(acquirem())
		mgc.go#L1458: 		node.m.set(acquirem())
		mgc.go#L1558: 			node.m.set(nil)
		proc.go#L2453: 	gp.lockedm.set(mp)
		proc.go#L2726: 	mp.schedlink.set(mnext)
		proc.go#L2810: 		newmHandoff.newm.set(mp)
		proc.go#L5339: 	gp.lockedm.set(gp.m)
		proc.go#L5876: 			pp.m.set(mget())
		proc.go#L5943: 	pp.m.set(gp.m)
		proc.go#L6533: 	sched.midle.set(mp)
		runtime2.go#L287: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
		runtime2.go#L295: 	(*muintptr)(unsafe.Pointer(mp)).set(new)
		rwmutex.go#L91: 				rw.readers.set(m)
		rwmutex.go#L132: 			rw.writer.set(m)
		rwmutex.go#L154: 		reader.schedlink.set(nil)